home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / tex / getlines.zip / MAKEFILE.UNX < prev    next >
Text File  |  1994-05-21  |  92b  |  6 lines

  1. CC       = gcc
  2. CFLAGS   = -O
  3.  
  4. getlines: getlines.c
  5.     $(CC) $(CFLAGS) getlines.c -o getlines
  6.